home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / kutil14.zip / RMTREE.TXT < prev    next >
Text File  |  1996-08-25  |  2KB  |  57 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.               Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
  4.                              All Rights Reserved
  5.  
  6.                           RMTREE - Remove Tree 1.4
  7.  
  8.  
  9. This utility deletes a whole directory tree with a single command, erasing
  10. every file and removing every directory in it.
  11.  
  12.  
  13. USAGE:
  14.  
  15.   RMTREE dirname
  16.  
  17. where:  dirname    is the partial or fully qualified directory name
  18.  
  19.         options    is any of the following:
  20.  
  21.           /P       pause to ask before removing the tree (default)
  22.           /Y       yes, go ahead and remove the tree without asking
  23.         
  24.  
  25. EXAMPLES:
  26.  
  27.   RMTREE DIR1                    will remove all subdirectories in the DIR1
  28.                                  directory, erase all files in it, and then
  29.                                  remove DIR1 from the current directory
  30.  
  31.   RMTREE \DIR1\DIR2              will remove all subdirectories in \DIR1\DIR2
  32.                                  erase all files in it, and then remove DIR2
  33.                                  from the DIR1 directory
  34.  
  35.   RMTREE A:\                     will remove every directory and file from
  36.                                  drive A:
  37.  
  38. Run RMTREE with no parameters or "?" or "/?" to display simple help and
  39. registration information.
  40.  
  41.  
  42. REGISTRATION:
  43.  
  44. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  45. using it after the 60 day trial period you must register, which costs only
  46. A$15 per utility or A$29, US$24, £15, Dm40, ¥2600 for the whole collection.
  47.  
  48. Author:     Rob McDonell
  49.             ARK ANGLES
  50.             P O Box 190 (61 Oaklands Rd)
  51.             Hazelbrook  NSW  2779
  52.             AUSTRALIA
  53. Phone:      Intl+61-47-588100
  54. Fax:        Intl+61-47-588638
  55. Compuserve: 100237,141
  56. Internet:   100237.141@compuserve.com
  57.